From 7a4ee7deadafde4734db37797008a6d1775e0001 Mon Sep 17 00:00:00 2001 From: Drew Parsons Date: Thu, 25 Jun 2026 18:23:30 +0200 Subject: [PATCH] list viskores.pc in debian/not-installed to work around Bug#972222 in debhelper. viskores.pc is not built on 32-bit systems and so is installed conditionally to libvtk9-dev in debian/rules. This non-installed entry is needed for arch-independent builds because of Bug#972222 --- debian/changelog | 9 +++++++++ debian/not-installed | 5 +++++ 2 files changed, 14 insertions(+) create mode 100644 debian/not-installed diff --git a/debian/changelog b/debian/changelog index 70acfc8c9..72bea116e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +vtk9 (9.6.2+dfsg1-1exp3) UNRELEASED; urgency=medium + + * list viskores.pc in debian/not-installed to work around Bug#972222 + in debhelper. viskores.pc is not built on 32-bit systems + and so is installed conditionally to libvtk9-dev in debian/rules. + This non-installed entry is needed for arch-independent builds. + + -- Drew Parsons Thu, 25 Jun 2026 16:03:00 +0200 + vtk9 (9.6.2+dfsg1-1exp2) experimental; urgency=medium * Team upload. diff --git a/debian/not-installed b/debian/not-installed new file mode 100644 index 000000000..09ba84969 --- /dev/null +++ b/debian/not-installed @@ -0,0 +1,5 @@ +# viskores.pc is not built on 32-bit systems +# and so is installed conditionally to libvtk9-dev in debian/rules. +# This non-installed entry is needed for arch-independent builds +# to workaround debhelper Bug#972222. +usr/lib/*/pkgconfig/viskores.pc -- 2.30.2